-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add slots option to component constructor options object #2684
Conversation
Is there any update on this PR? |
Codecov Report
@@ Coverage Diff @@
## master #2684 +/- ##
=======================================
Coverage 50.25% 50.25%
=======================================
Files 1 1
Lines 197 197
=======================================
Hits 99 99
Misses 98 98 Continue to review full report at Codecov.
|
Any news? |
Hi, any news? |
Any progress on this? |
@Conduitry @Rich-Harris is there some interest in this pr? It's been hanging for a bit now |
Unfortunately, this PR and as well as many others are awaiting a full re-base and/or re-implementation due to major changes to Svelte internals. It's up to the author to keep their PRs current and in clean state. |
Closing in favor of the rebased #4296. |
Add option to set slots when create component instance
fixes #2588